home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Process Tamer / ProcessTamerSetup.exe / ProcessTamerConfigurator.exe / 0 / RCDATA / TDCMINIMESSAGEBOXFORM / TDCMINIMESSAGEBOXFORM.txt
Encoding:
Text File  |  2009-04-23  |  951 b   |  48 lines

  1. object DCMiniMessageBoxForm: TDCMiniMessageBoxForm
  2.   Left = 521
  3.   Top = 477
  4.   Width = 525
  5.   Height = 152
  6.   BorderIcons = []
  7.   Caption = 'Form'
  8.   Color = clBtnFace
  9.   Constraints.MinWidth = 400
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   DesignSize = (
  19.     517
  20.     125)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object OkButton: TBitBtn
  24.     Left = 206
  25.     Top = 89
  26.     Width = 137
  27.     Height = 25
  28.     Anchors = [akBottom]
  29.     Caption = '&OK'
  30.     TabOrder = 0
  31.     OnClick = OkButtonClick
  32.   end
  33.   object MemoInfo: TMemo
  34.     Left = 9
  35.     Top = 8
  36.     Width = 499
  37.     Height = 69
  38.     TabStop = False
  39.     Anchors = [akLeft, akTop, akRight, akBottom]
  40.     BevelInner = bvNone
  41.     BevelOuter = bvNone
  42.     BorderStyle = bsNone
  43.     Color = clBtnFace
  44.     ReadOnly = True
  45.     TabOrder = 1
  46.   end
  47. end
  48.